home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / QCS30503.PPD < prev    next >
Text File  |  1991-12-05  |  10KB  |  299 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "QMS ColorScript 100 Model 30" version 50.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 009867 or 010165
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 26 February 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(QMS ColorScript 100)"
  20. *PSVersion: "(50.3) 1"
  21. *NickName: "QMS ColorScript 100 Model 30 v50.3"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "565966"
  25. *ColorDevice: True
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "statusdict begin diskonline {(True)}{(False)} ifelse = flush"
  29. *Throughput: "1"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not 
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit 
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "50.0"
  82. *ScreenAngle: "24.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97.  
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *DefaultPageSize: Unknown
  101. *PageSize Letter: "statusdict begin lettertray end"
  102. *PageSize Tabloid: "statusdict begin 11x17tray end"
  103. *PageSize A3: "statusdict begin a3tray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *?PageSize: "
  106.  save statusdict begin
  107.  [(Letter)(Tabloid)(A4)(A3)(Unknown)] pagetype dup 3 gt {pop 4} if 
  108.  get = flush
  109.  end restore
  110. "
  111. *End
  112.  
  113. *% These entries will set up the frame buffer.  Usually used with manual feed.
  114. *DefaultPageRegion: Unknown
  115. *PageRegion Letter: "letter"
  116. *PageRegion Tabloid: "11x17"
  117. *PageRegion A3: "a3"
  118. *PageRegion A4: "a4"
  119.  
  120. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  121. *% These errors should be trapped by software and a message displayed
  122. *DefaultPaperTray: Unknown
  123. *PaperTray Letter: "statusdict begin lettertray end"
  124. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  125. *PaperTray A3: "statusdict begin a3tray end"
  126. *PaperTray A4: "statusdict begin a4tray end"
  127. *?PaperTray: "
  128.   save statusdict begin
  129.   [(Letter)(Tabloid)(A4)(A3)(Unknown)] 0 traytype dup 3 gt {pop 4} if
  130.   get = flush
  131.   end restore
  132. "
  133. *End
  134.  
  135. *% The following entries provide information about specific paper keywords.
  136. *ImageableArea Letter: "15 91 597 732 "
  137. *ImageableArea Tabloid: "15 91 781 1164 "
  138. *ImageableArea A3: "15 91 828 1131 "
  139. *ImageableArea A4: "15 91 582 782 "
  140. *?ImageableArea: "
  141.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  142.   newpath clippath pathbbox
  143.   4 -2 roll exch 2 {ceiling cvp} repeat
  144.   exch 2 {floor cvp} repeat flush
  145.  restore
  146. "
  147. *End
  148.  
  149. *% These provide the physical dimensions of the paper (by keyword)
  150. *PaperDimension Letter: "612 792"
  151. *PaperDimension Tabloid: "792 1224"
  152. *PaperDimension A3: "842 1190"
  153. *PaperDimension A4: "595 842"
  154.  
  155. *DefaultOutputBin: OnlyOne
  156. *DefaultOutputOrder: Reverse
  157.  
  158. *% Font Information =====================
  159.  
  160. *DefaultFont: Courier
  161. *Font AvantGarde-Book: Standard "(001.002)"
  162. *Font AvantGarde-BookOblique: Standard "(001.002)"
  163. *Font AvantGarde-Demi: Standard "(001.003)"
  164. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  165. *Font Bookman-Demi: Standard "(001.001)"
  166. *Font Bookman-DemiItalic: Standard "(001.001)"
  167. *Font Bookman-Light: Standard "(001.001)"
  168. *Font Bookman-LightItalic: Standard "(001.001)"
  169. *Font Courier: Standard "(001.004)"
  170. *Font Courier-Bold: Standard "(001.004)"
  171. *Font Courier-BoldOblique: Standard "(001.004)"
  172. *Font Courier-Oblique: Standard "(001.004)"
  173. *Font Helvetica: Standard "(001.002)"
  174. *Font Helvetica-Bold: Standard "(001.002)"
  175. *Font Helvetica-BoldOblique: Standard "(001.002)"
  176. *Font Helvetica-Condensed: Standard "(001.001)"
  177. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  178. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  179. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  180. *Font Helvetica-Oblique: Standard "(001.002)"
  181. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  182. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  183. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  184. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  185. *Font Palatino-Bold: Standard "(001.002)"
  186. *Font Palatino-BoldItalic: Standard "(001.002)"
  187. *Font Palatino-Italic: Standard "(001.002)"
  188. *Font Palatino-Roman: Standard "(001.001)"
  189. *Font Symbol: Special "(001.003)"
  190. *Font Times-Bold: Standard "(001.002)"
  191. *Font Times-BoldItalic: Standard "(001.004)"
  192. *Font Times-Italic: Standard "(001.002)"
  193. *Font Times-Roman: Standard "(001.002)"
  194. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  195. *Font ZapfDingbats: Special "(001.002)"
  196. *?FontQuery: "
  197. save  4 dict begin /sv exch def
  198. /str (fonts/                              ) def
  199. /st2 128 string def
  200. {
  201.   count 0 gt {
  202.     dup st2 cvs (/) print print (:) print
  203.     dup FontDirectory exch known {pop (Yes)}{
  204.      str exch st2 cvs dup length /len exch def
  205.      6 exch putinterval str 0 len 6 add getinterval mark exch
  206.      { } st2 filenameforall counttomark 0 gt {
  207.       cleartomark (Yes)}{cleartomark (No)}ifelse
  208.     }ifelse = flush
  209.   }{ exit } ifelse
  210. } bind loop
  211. (*) = flush
  212. sv end restore
  213. "
  214. *End
  215.  
  216. *?FontList: "
  217. save  2 dict begin /sv exch def
  218. /str 128 string def
  219. FontDirectory { pop == } bind forall flush
  220. /filenameforall where { 
  221.  pop save (fonts/*) { 
  222.   dup length 6 sub 6 exch getinterval cvn == 
  223.  } bind str filenameforall flush restore
  224. } if 
  225. (*) = flush
  226. sv end restore
  227. "
  228. *End
  229.  
  230. *% Printer Messages (verbatim from printer):
  231. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  232. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  233. *Message: "\FontName\ not found, using Courier"
  234.  
  235. *% Status (format: %%[status: <one of these> ]%%)
  236. *Status: "idle"
  237. *Status: "busy"
  238. *Status: "waiting"
  239. *Status: "printing"
  240. *Status: "warming up"
  241. *Status: "PrinterError: end of ribbon"
  242. *Status: "PrinterError: out of paper"
  243. *Status: "PrinterError: printer fault"
  244. *Status: "PrinterError: printer offline"
  245.  
  246. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  247. *Source: "serial9"
  248. *Source: "serial25"
  249. *Source: "AppleTalk"
  250. *Source: "Centronics"
  251.  
  252. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  253. *PrinterError: "end of ribbon"
  254. *PrinterError: "out of paper"
  255. *PrinterError: "printer fault"
  256. *PrinterError: "printer offline"
  257.  
  258. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  259.  
  260. *% Color Separation Information =====================
  261.  
  262. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  263.  
  264. *InkName: ProcessBlack/Process Black
  265. *InkName: CustomColor/Custom Color
  266. *InkName: ProcessCyan/Process Cyan
  267. *InkName: ProcessMagenta/Process Magenta
  268. *InkName: ProcessYellow/Process Yellow
  269.  
  270. *%  For 60 lpi / 300 dpi  ===============================
  271.  
  272. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  273. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  274. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  275. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  276. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  277.  
  278. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  279. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  280. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  281. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  282. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  283.  
  284. *%  For 53 lpi / 300 dpi  ===============================
  285.  
  286. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  287. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  288. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  289. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  290. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  291.  
  292. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  293. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  294. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  295. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  296. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  297.  
  298. *% end of PPD file for QMS ColorScript 100 Model 30
  299.